'宣言
Public Overloads Function AttachAggregationView(Of TResult)( _ ByVal subqueryId As System.Object, _ ByVal selector As System.Func(Of View(Of T),AggregationView(Of T,TResult)) _ ) As AggregationView(Of T,TResult)
public AggregationView<T,TResult> AttachAggregationView<TResult>( System.object subqueryId, System.Func<View<T>,AggregationView<T,TResult>> selector )
パラメータ
- subqueryId
- selector
型パラメータ
- TResult